home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / manager competitions.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  32 lines

  1. <panel>
  2.  
  3.     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  4.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  5.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  6.     
  7.     <!-- set row count on panel, not table - used when table below is reset -->
  8.     <integer id="row_count" value="7" />
  9.     
  10.     <!-- instead of the selection colour, use this colour if team is knocked out of the competition -->
  11.     <colour id="competition_knocked_out_colour" name="grey5" />
  12.  
  13.     <widget class="table" id="cmpt" mode="fill_rows" layout="-1,-2" stretch_to_fit_rows="true">
  14.  
  15.         <list id="headings">
  16.             <record text="Competitions" alignment="left,centre_y" column_span="2" />
  17.         </list>
  18.  
  19.         <list id="column_properties">
  20.             <record index="0" alignment="left,centre_y" auto_size="true" spec="text" />
  21.             <record index="1" alignment="left,centre_y" auto_size="true" spec="text" colour="selection" />
  22.         </list>
  23.  
  24.         <list id="column_display_properties">
  25.             <record id="comp" index="0" left="4" sort_disabled="true"/>
  26.             <record id="info" index="1" />
  27.         </list>
  28.  
  29.         <integer id="row_count" value="7" />
  30.     </widget>
  31.  
  32. </panel>